Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.login.shibboleth.computedgroups--computerChain

This contribution is part of XML component org.nuxeo.ecm.platform.login.shibboleth.computedgroups inside nuxeo-platform-login-shibboleth-9.10.jar /OSGI-INF/shibboleth-computedgroups-contrib.xml

Extension Point

Extension point computerChain of component ComputedGroupsServiceImpl.

Contributed Items

  • <groupComputerChain append="true">
          <computers>
            <computer>shibbolethGroupComputer</computer>
          </computers>
        </groupComputerChain>

XML Source

<extension point="computerChain" target="org.nuxeo.ecm.platform.computedgroups.ComputedGroupsServiceImpl">
    <groupComputerChain append="true">
      <computers>
        <computer>shibbolethGroupComputer</computer>
      </computers>
    </groupComputerChain>
  </extension>